I have developed a previous python project and the push and commit it to git repository . Now i have deleted that repo from my laptop .. and but now i want it back in my new Virtualenv .. Have created new environment and istalled django in it and also started a new app in it . But i want to clone my git repo in it .. but when i do and type this in virtualenv it throws an error ..
python manage.py runserver
error says that file does not exist anymore. plzz help . how to get that repo back on my system .
You must be logged in to post. Please login or register an account.
Probably need to reinstall django in your venv
-Harrison 8 years ago
You must be logged in to post. Please login or register an account.